fix: Re-fix charge-stripe path

pull/29731/head^2
Bouncey 2019-02-16 14:18:28 +00:00 committed by mrugesh mohapatra
parent a5127aa2c4
commit fb56abe229
1 changed files with 1 additions and 1 deletions

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,