help with vip activation

nulleros

Well-known member
Registered
Joined
Sep 18, 2019
Messages
59
Points
18

Reputation:

How about I have a problem when a user buys a subscription, the bitcoins arrive to my account all good, but the user is not automatically activated to vip.

I use the following plugins


[AddonFlare] Paid Registrations
[n] Coinbase Commerce Integration
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

you have to activate it manually
 

nulleros

Well-known member
Registered
Joined
Sep 18, 2019
Messages
59
Points
18

Reputation:

I think it should be activated just like here, or not?
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

Only paypal is automatically enabled, BTC I have not tried it yet
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

Try accessing :- yoursite.com/payment_callback.php

It should say :- Request not validated (from unknown source)

If its not opening than do the following :-

Below
PHP:
$response = $app->response();

Add
PHP:
$response->contentType('text/plain');

And it will fix the issue, i had same issue using coinbase , actually the thing is coinbase is unable to access payment_callback.php file to make a callback due to which the automatic upgrade don't take place.
 
Top