CreditCardTopup
Added requestId
to TopupWithCreditCardMdkToken
and TopupWithCreditCardMembership
API's
Usage:
TopupWithCreditCardMdkToken
BankAPI.CreditCard.TopupWithCreditCardMdkToken(userId: userId, token: token, accountId: accountId, amount: amount, requestId: requestId, organizationCode: organizationCode, isCardholderNameSpecified: isCardholderNameSpecified)
TopupWithCreditCardMembership
BankAPI.CreditCard.TopupWithCreditCardMembership(userId: userId, cardRegisteredAt: cardRegisteredAt, accountId: accountId, amount: amount, requestId: requestId, deleteCardIfAuthFail: deleteCardIfAuthFail, organizationCode: organizationCode)
What's Changed
- Update Podspec Dependencies by @ZweWaiYanHtet in #83
- Add
request_id
to topup endpoints by @DanRidh in #84 - Update version to 2.0.17 by @DanRidh in #85
Full Changelog: 2.0.16...2.0.17