added
v0.0.29
24 days ago by Thanh Lai
v0.0.29
New Features
- Introduced a new query
getReferralUrl
which will return a referral string based on merchant input. - Introduced
MerchantInput
forgetReferralUrl
query.
Improvement
- Introduced an automatic repurchase attempt on the
purchaseGiftCard
mutation. If a gift card purchase using a bank card, bank account, or PayPal fails, the system will automatically attempt to repurchase using the Fluz balance. - Introduced the
defaultToBalance
field to thePurchaseGiftCardInput
. This field will set the Fluz balance as the fallback payment method if the primary payment method fails. This field defaults to true.