Skip to content

Commit

Permalink
bnpl payment integration
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Nov 6, 2023
1 parent 9c0c13d commit ab31c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ type ApmPaymentResponse struct {
PaymentChannel *string `json:"paymentChannel"`
OrderId *string `json:"orderId"`
PaymentError *PaymentError `json:"paymentError"`
ApmType ApmType `json:"apmType,apmType"`
ApmType ApmType `json:"apmType"`
TransactionId string `json:"transactionId"`
RedirectUrl *Currency `json:"redirectUrl"`
PaymentTransactions *[]PaymentTransactionResponse `json:"paymentTransactions"`
Expand Down

0 comments on commit ab31c0a

Please sign in to comment.