fix: Re-fix charge-stripe path

This commit is contained in:
Bouncey
2019-02-16 14:18:28 +00:00
committed by mrugesh mohapatra
parent a5127aa2c4
commit fb56abe229

View File

@ -122,7 +122,7 @@ class DonateForm extends Component {
})); }));
const chargeStripePath = isSignedIn const chargeStripePath = isSignedIn
? `${apiLocation}/internal/donate/charge-stripe` ? '/internal/donate/charge-stripe'
: `${apiLocation}/unauthenticated/donate/charge-stripe`; : `${apiLocation}/unauthenticated/donate/charge-stripe`;
return postJSON$(chargeStripePath, { return postJSON$(chargeStripePath, {
token, token,