Questions tagged [subscriptions]

354 questions
0
votes
1 answer

Stripe change subscription with dropdown rails

I'm trying to implement a way for stripe to change subscriptions. I'm getting a little confused with my code. Currently i have the following: Subscription_controller def changeSubscription @user = User.find(params[:id]) @plan =…
user922592
0
votes
1 answer

Unable to get realtime updates for 1 of my apps

I just finished implementing realtime updates for 1 of the 2 apps I am working on. it worked fine for the first app but the second app doesn't call my server when I make a purchase, I am able to test the call successfully from the realtime updates…
0
votes
1 answer

WooCommerce using Paypal Pro Hosted package to integrate checkout

I'm looking at integrating the Paypal checkout into my wooCommerce site and need a little help on what to change in the wooCommerce theme files to redirect the Paypal express checkout to the hosting package. The website is UK based with a UK Paypal…
Dan
  • 1
  • 1
0
votes
1 answer

Does the custom variable sent by PayPal during subscr_signup match the one sent during subscr_cancel?

On the Subscriptions and Recurring Payments Variables page, it's shown that the custom variable is sent for the txn_type of subscr_cancel. Since there's no way to send a new custom variable, does that mean PayPal is sending the same custom variable…
Curtis Blackwell
  • 3,130
  • 3
  • 27
  • 45
0
votes
1 answer

Stripe notification mechanism

I have a typical scenario like i have a video model which are paid. I have stripe integrated for credit card processing. But the problem is how can i check if the user is subscribed and the users payment is not out of date before the user the…
monsur
  • 601
  • 6
  • 18
0
votes
1 answer

could I validate user auto-renew subscription directly inside the app? or my App would be rejected?

The server code to validate a receipt its very simple, so could I validate the subscription directly on my app? or I must implement it in some server in order to not get an Apple rejection? and if my application have videos that are added every…
0
votes
1 answer

Get YouTube channel subscriptions video JSON list

I have an iOS application which loads content of YouTube V3 API. I am to authenticate with the Google servers and get the users YouTube channel ID. However, I have one problem: no matter how much I have searched through the Google API documentation,…
Supertecnoboff
  • 6,406
  • 11
  • 57
  • 98
0
votes
1 answer

Backing up Subscriptions in Reporting Services 2005

Is there a way to back up the subscriptions i have created on my reporting services server? I store the reports in a source control and it would be nice to back up the subscription aswell incase something happens to the server and they are lost.
CeejeeB
  • 3,034
  • 4
  • 25
  • 32
0
votes
1 answer

Cancel a PayPal subscription when a user upgrades

We provide PayPal recurring subscription for a site on yearly basis and user will able to upgrade the subscription level in between if he want, now my problem is that if once user will register for platinum level of subscription from gold level so I…
0
votes
1 answer

Email option not showing up on Sharepoint site when setting up data driven subscriptions

I'm trying to create a data driven subscription on Sharepoint site and I want use Delivery type as Email. But I don't see that option there. Can someone please help? Do I need to enable any option or configure email somewhere?
0
votes
1 answer

Plesk 11 assign another plesk user (reseller or customer) to subscription

Is it possible in Plesk 11 to assign multiple plesk users (resellers, customers) to a single subscription? What i need is that multiple people (employees) can work on a single website with their own plesk account. Is this possible? If yes,…
Steffen Brem
  • 1,738
  • 18
  • 29
0
votes
1 answer

Keep Publication while migrating database in SQL Server 2008 R2

I have a large database with merge-replication on it that needs to be moved to a different server. There is one publisher, but there are close to 200 subscribers, so I don't want to recreate them all manually. Is there a way to make this move so…
0
votes
2 answers

Restrictions on Drupal subscriptions to forums

I've got a Drupal 6 site with existing forums (and Advanced Forums) that we need to add email subscriptions to. I've got the Subscriptions module installed and showing but it also shows on all other parts of the site. I'm sure there's a way to…
0
votes
1 answer

What is the correct way to completely eliminate Replication for a specific Publication

I have two servers: Server 1 (Publisher) Server 2 (Subscriber) I have a set up a PULL subscription. What are the correct steps to programmatically remove this entire replication? I need to know this because I have a custom application that does…
JJ.
  • 9,580
  • 37
  • 116
  • 189
0
votes
1 answer

Invoke payments from server side

I would like to know if there is a way for invoking payment facebook API, from server side, without user intervention. I.e. Once the user approves one payment, server side acts by itself, without regarding (and annoying) the user for approvals for…
user743489
1 2 3
23
24