Jump to content

billyb

Members
  • Content Count

    29
  • Joined

  • Last visited

Everything posted by billyb

  1. billyb

    Convert C# function to delphi

    Remy, I agree, I will reachout and see if they can confirm the test digest values, Thank you. Bill B
  2. billyb

    Convert C# function to delphi

    Thank you, but it still does not return what the vendor says the link to the example test code i am trying to deplicate is https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/httpSignatureAuthentication/MessageTesting.html Below is the string to Hash it should return SHA-256=a/goIo1XUCr80rnKFCWp7yRpwVL50E9RaunuEHh11XM= { "clientReferenceInformation": { "code": "TC50171_3" }, "processingInformation": { "commerceIndicator": "internet" }, "paymentInformation": { "card": { "number": "4111111111111111", "expirationMonth": "12", "expirationYear": "2031", "securityCode": "123" } }, "orderInformation": { "amountDetails": { "totalAmount": "102.21", "currency": "USD" }, "billTo": { "firstName": "John", "lastName": "Doe", "company": "Visa", "address1": "1 Market St", "address2": "Address 2", "locality": "san francisco", "administrativeArea": "CA", "postalCode": "94105", "country": "US", "email": "test@cybs.com", "phoneNumber": "4158880000" } } }
  3. I am trying to update the provisioning profile used by my IOS app. The provisioning is an IN-HOUSE I created downloaded and installed the new provisioning profile I am able to install in on my IPAD and it the app works so I know it matches to the certificate I am not able to locate the new Profile on the provision page in delphi. It onlys show the OLD one. Is there something I need to set or clear to have delphi show my new profile. Both the new and old profiles are the same type and identifier. My apps expire in 7 days so I am under pressure to fix this Thank you for any help.
  4. Fixed, Had to create a new signing cert, even though the last one had not expired.
×