account_credit:1

This commit is contained in:
Kyle Spearrin 2019-02-21 21:48:02 -05:00
parent 8e9ab12219
commit 7bcd0ac3e5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export class AddCreditComponent implements OnInit {
this.subject = await this.userService.getEmail();
this.ppButtonCustomField = 'user_id:' + userId;
}
this.ppButtonCustomField += ',account_credit:true';
this.ppButtonCustomField += ',account_credit:1';
this.ppReturnUrl = window.location.href;
}