Results 1 to 4 of 4

Thread: Paypal array parameters issue

  1. #1
    Thread Starter
    Expired Customer marmon's Avatar
    Join Date
    Apr 2015
    Location
    Portugal
    Posts
    41
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Paypal array parameters issue

    In my original website files that connects to paypal checkout, I presently have an array:

    HTML Code:
    $fields = array(
              self::ITEM_NAME => $order->get_description(),
              self::ITEM_NUMBER => $order->get_id(),
                  );
    That give me from database:

    HTML Code:
    Transaction Description
    
    Item number: 1000
    How can I change the order of the array to give the following:

    HTML Code:
    Transaction Description #1000
    I do not need to have the sentence "Item number". I just want to have the ID number following the Transaction Description.

    In another words the get_id() variable must be after the get_description(),

    Thaak you

  2. #2
    dikiyforester's Avatar
    Join Date
    Oct 2011
    Location
    Russian Federation
    Posts
    2,229
    Thanks
    89
    Thanked 593 Times in 491 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    arthemes.org - AppThemes plugins, tutorials, modifications and services

  3. #3
    Thread Starter
    Expired Customer marmon's Avatar
    Join Date
    Apr 2015
    Location
    Portugal
    Posts
    41
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Expired Customer marmon's Avatar
    Join Date
    Apr 2015
    Location
    Portugal
    Posts
    41
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Samcy PayPal issue
    By jerryjw in forum Help Using ClassiPress
    Replies: 2
    Last Post: July 31st, 2015, 02:42 PM
  2. Jomark Paypal Issue
    By blue61em in forum Report JobRoller Bugs
    Replies: 1
    Last Post: January 27th, 2015, 11:23 AM
  3. Jomark Paypal Issue
    By blue61em in forum Report JobRoller Bugs
    Replies: 1
    Last Post: February 6th, 2013, 09:29 AM
  4. PayPal issue
    By marbach in forum Report JobRoller Bugs
    Replies: 3
    Last Post: July 30th, 2012, 10:23 AM
  5. Paypal issue 3.0.5
    By kplunk in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: November 20th, 2010, 06:15 PM