Skip to content

Commit

Permalink
Fix Typo (#1335)
Browse files Browse the repository at this point in the history
This should be using `wechat_pay`
  • Loading branch information
Evsio0n authored Sep 3, 2021
1 parent 6e06372 commit c69465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paymentintent.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ type PaymentIntentPaymentMethodOptionsParams struct {
Card *PaymentIntentPaymentMethodOptionsCardParams `form:"card"`
OXXO *PaymentIntentPaymentMethodOptionsOXXOParams `form:"oxxo"`
Sofort *PaymentIntentPaymentMethodOptionsSofortParams `form:"sofort"`
WechatPay *PaymentIntentPaymentMethodOptionsWechatPayParams `form:"sofort"`
WechatPay *PaymentIntentPaymentMethodOptionsWechatPayParams `form:"wechat_pay"`
}

// PaymentIntentTransferDataParams is the set of parameters allowed for the transfer hash.
Expand Down

0 comments on commit c69465d

Please sign in to comment.