commit
070feb4115
2 changed files with 7 additions and 1 deletions
|
|
@ -24,6 +24,11 @@ const applicationConfig = {
|
||||||
"//" +
|
"//" +
|
||||||
location.host +
|
location.host +
|
||||||
"/fmg/?fmgPage=payment-method&src=concept-funnel",
|
"/fmg/?fmgPage=payment-method&src=concept-funnel",
|
||||||
|
PIA_ERROR_URL:
|
||||||
|
location.protocol +
|
||||||
|
"//" +
|
||||||
|
location.host +
|
||||||
|
"/fmg/?fmgPage=payment-pia-return&src=concept-funnel",
|
||||||
CONFIRMATION_URL: location.protocol + "//" + location.host + "/fmg/?fmgPage=confirmation",
|
CONFIRMATION_URL: location.protocol + "//" + location.host + "/fmg/?fmgPage=confirmation",
|
||||||
GOOGLE_CALENDAR: "https://www.google.com/calendar/render?action=TEMPLATE",
|
GOOGLE_CALENDAR: "https://www.google.com/calendar/render?action=TEMPLATE",
|
||||||
YAHOO_CALENDAR: "https://calendar.yahoo.com/?v=60",
|
YAHOO_CALENDAR: "https://calendar.yahoo.com/?v=60",
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
<input type="hidden" name="paypalSuccessUrl" :value="piaResponseUrl" />
|
<input type="hidden" name="paypalSuccessUrl" :value="piaResponseUrl" />
|
||||||
<input type="hidden" name="paypalCancelUrl" :value="piaCancelUrl" />
|
<input type="hidden" name="paypalCancelUrl" :value="piaCancelUrl" />
|
||||||
|
|
||||||
<input type="hidden" name="sgCCDeclineURL" :value="piaCancelUrl" />
|
<input type="hidden" name="sgCCDeclineURL" :value="piaErrorUrl" />
|
||||||
<input type="hidden" name="sgCCTimeoutURL" :value="piaCancelUrl" />
|
<input type="hidden" name="sgCCTimeoutURL" :value="piaCancelUrl" />
|
||||||
|
|
||||||
<input type="hidden" name="sgTransactionType" value="authorization" />
|
<input type="hidden" name="sgTransactionType" value="authorization" />
|
||||||
|
|
@ -235,6 +235,7 @@ export default {
|
||||||
checkoutUrl: externalUrls.SAFELITE_HOP,
|
checkoutUrl: externalUrls.SAFELITE_HOP,
|
||||||
piaResponseUrl: applicationConfig.PIA_RESPONSE_URL,
|
piaResponseUrl: applicationConfig.PIA_RESPONSE_URL,
|
||||||
piaCancelUrl: applicationConfig.PIA_CANCEL_URL,
|
piaCancelUrl: applicationConfig.PIA_CANCEL_URL,
|
||||||
|
piaErrorUrl: applicationConfig.PIA_ERROR_URL,
|
||||||
paymentType: this.getPaymentType(),
|
paymentType: this.getPaymentType(),
|
||||||
authToken: "",
|
authToken: "",
|
||||||
authSignature: "",
|
authSignature: "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue