Skip to content

Commit

Permalink
chore: add ExcludeMethod to CreatePaymentCheckoutRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadHarith committed Sep 12, 2022
1 parent 0f2155f commit 53cd566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/payment_checkout.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type CreatePaymentCheckoutRequest struct {
} `json:"customer"`
Type PaymentType `json:"type"`
Method []PaymentMethod `json:"method"`
ExcludeMethod []string `json:"excludeMethod"`
StoreID string `json:"storeId"`
RedirectURL string `json:"redirectUrl"`
NotifyURL string `json:"notifyUrl"`
Expand Down

0 comments on commit 53cd566

Please sign in to comment.