From 9ea42cce5c2b17a6233b0a7b46899d1e949ccf30 Mon Sep 17 00:00:00 2001
From: Sam White Your PayPal payment has been cancelled and you will not be charged. Thank you for paying for your YCRA membership via PayPal. Congratulations
- on becoming a YCRA member! We have received your data. You will become a member of the YCRA after
- you have paid the membership fee of £15.00. If you wish to pay via bank transfer, our bank details are: Please use Join the YCRA
-
-
-
-
- Sort code:
- 30-99-50
-
-
- Account number:
- 00235588
- YCRA
as the
- payment reference.
Please use the form below to either join the YCRA, or express interest in joining the YCRA.
-You will become a member of the YCRA if you enter your details below and - then subsequently pay for membership. The membership fee is currently - £15.00 for one year.
-Please view our >privacy policy for information on how we will process your data.
@@ -134,10 +101,7 @@ function content() {?> text_field($params, 'surname', 'Surname', ['required'=>'']); email_field($params, 'email_address', 'Email address', ['required'=>'']);?> -When you join the YCRA, we will send you a membership pack. We will need your address so that we can send this to you. -
Optionally, give your address below: 1])); - $fields = [ 'cmd' => '_cart', - 'business' => 'treasurer@ycra.org.uk', - 'upload' => '1', - 'currency_code' => 'GBP', - 'item_name_1' => 'One year YCRA membership', - 'item_number_1' => 'YCRA-MEM-1', - 'quantity_1' => 1, - 'amount_1' => 15, - 'no_shipping' => 2, - 'no_note' => 1, - 'cancel_return' => 'https://ycra.org.uk/join.php?paypal-cancel=1', - 'return' => 'https://ycra.org.uk/join.php?paypal-paid=1', - ]; - $url_fields = []; - foreach ($fields as $field=>$value) - $url_fields[] = urlencode($field) . '=' . urlencode($value); - - $url = 'https://www.paypal.com/cgi-bin/webscr?' . implode('&', $url_fields); - header("Location: $url"); - return; - } -} - require_once('includes/template.php'); ?> -- 2.25.1