feat(frontend): rename contributionTier → contributionAmount across remaining pages
This commit is contained in:
parent
5ef0cc845f
commit
b17e006d65
6 changed files with 133 additions and 81 deletions
|
|
@ -62,7 +62,7 @@ export const useMemberPayment = () => {
|
|||
body: {
|
||||
customerId: customerId.value,
|
||||
customerCode: customerCode.value,
|
||||
contributionTier: memberData.value?.contributionTier || '5',
|
||||
contributionAmount: memberData.value?.contributionAmount ?? 5,
|
||||
cardToken: paymentResult.cardToken,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue