fix: Re-fix charge-stripe path
This commit is contained in:
committed by
mrugesh mohapatra
parent
a5127aa2c4
commit
fb56abe229
@ -122,7 +122,7 @@ class DonateForm extends Component {
|
||||
}));
|
||||
|
||||
const chargeStripePath = isSignedIn
|
||||
? `${apiLocation}/internal/donate/charge-stripe`
|
||||
? '/internal/donate/charge-stripe'
|
||||
: `${apiLocation}/unauthenticated/donate/charge-stripe`;
|
||||
return postJSON$(chargeStripePath, {
|
||||
token,
|
||||
|
Reference in New Issue
Block a user