Skip to content

Commit 4ffefc9

Browse files
committed
Fix stripe charge params due to api change
1 parent c190035 commit 4ffefc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

payments/stripe/stripe.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func prepareShippingAddress(addr models.Address) *stripe.ShippingDetailsParams {
7373
PostalCode: &addr.Zip,
7474
Country: &addr.Country,
7575
},
76+
Name: &addr.Name,
7677
}
7778
}
7879

0 commit comments

Comments
 (0)