Commit bc487db6 authored by Ben Hayward's avatar Ben Hayward

Grabbed plus user from config

1 merge request!460WIP: [Sprint/JollyJellyfish](feat) Plus tiers engine#578
Pipeline #72994172 passed with stages
in 36 minutes and 20 seconds
......@@ -71,7 +71,7 @@ export class PaymentPlanComponent {
}
this.payment.recurring = true;
this.payment.entity_guid = '998622649192026120';
this.payment.entity_guid = this.minds.blockchain.plus_guid;
this.payment.receiver = this.blockchain.plus_address;
this.payment.period = tier;
return this.payment;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment