With PayPay's Payment SDK, you can build a custom Payment checkout process to suit your unique business needs and branding guidelines
35
stars
17
forks
source link
Support agreeSimilarTransaction for createPayment #298
Closed
terrierscript closed 2 years ago
Is your feature request related to a problem? Please describe. https://www.paypay.ne.jp/opa/doc/jp/v1.0/direct_debit#operation/createPayment I want to use
agreeSimilarTransaction
oncreatePayment
.Describe the solution you'd like In php sdk, this parameter is supported. https://github.com/paypay/paypayopa-sdk-php/blob/19897d0e8ad3fd2214987d72208cbeec4b726a42/src/Controllers/Payment.php#L46
Describe alternatives you've considered If avoid breaking change, append
createPaymentWithAgreeSimilarTransaction
method.Additional context