This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Issue with xBilling
#3
RE: Issue with xBilling
When I view the invoice, this is what the paypal button looks like:
   
As you can see, it is not populating all the values. (I'm using sandbox, but that should not matter.)
Doing some more digging today.

Source view, another invoice (Change real domain to 'domain.com'):

PHP Code:
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <
input type="hidden" name="cmd" value="_xclick">
    <
input type="hidden" id="payment_method_id" name="custom" value="">
    <
input type="hidden" name="business" value="sales-facilitator@domain.com">
    <
input type="hidden" name="lc" value="{{country_code}}">
    <
input type="hidden" name="item_name" value="{{invoice_desc}}">
    <
input type="hidden" name="invoice" value="{{invoice_id}}">
    <
input type="hidden" name="amount" value="{{invoice_amount}}">
    <
input type="hidden" name="currency_code" value="{{currency}}">
    <
input type="hidden" name="discount_amount" value="{{discount_rate}}">
    <
input type="hidden" name="notify_url" value="https://www.domain.com/signup/ipn_listener.php">
    <
input type="hidden" name="return" value="https://www.domain.com/signup/view_invoice.php?invoice={{invoice_id}}">
    <
input type="hidden" name="button_subtype" value="services">
    <
input type="hidden" name="no_note" value="0">
    <
input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest">
    <
input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <
img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</
form

PS: all data is in the DB.
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Messages In This Thread
Issue with xBilling - by TGates - 08-20-2017, 11:14 AM
RE: Issue with xBilling - by modpluz - 08-21-2017, 02:55 AM
RE: Issue with xBilling - by TGates - 08-22-2017, 01:42 AM
RE: Issue with xBilling - by TGates - 08-22-2017, 03:12 AM
RE: Issue with xBilling - by TGates - 08-22-2017, 04:15 AM
RE: Issue with xBilling - by modpluz - 08-22-2017, 09:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] xBilling modpluz 239 758 ,181 04-17-2020, 11:37 PM
Last Post: emmarudd222@gmail.com
xbilling Wordpress samuelmed 1 4 ,561 11-13-2019, 09:27 AM
Last Post: TGates
[split] Issue with xBilling blackvai 1 4 ,812 04-03-2019, 11:39 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 2 Guest(s)