|
|
@@ -147,10 +147,10 @@ function payPm() { |
|
|
|
form.appendChild(this.makeInput('STATUS_URL', |
|
|
|
'https://trendplays.com/hooks/pm-transaction')) |
|
|
|
form.appendChild(this.makeInput('PAYMENT_URL', |
|
|
|
'https://trendplays.com/panel#transaction-complete')) |
|
|
|
'https://trendplays.com/panel/transaction-complete')) |
|
|
|
form.appendChild(this.makeInput('PAYMENT_URL_METHOD', 'POST')) |
|
|
|
form.appendChild(this.makeInput('NOPAYMENT_URL', |
|
|
|
'https://trendplays.com/panel#transaction-failed')) |
|
|
|
'https://trendplays.com/panel/transaction-failed')) |
|
|
|
form.appendChild(this.makeInput('NOPAYMENT_URL_METHOD', 'GET')) |
|
|
|
form.appendChild(this.makeInput('SUGGESTED_MEMO', data.description)) |
|
|
|
form.appendChild(this.makeInput('SUGGESTED_MEMO_NOCHANGE', true)) |
|
|
|