Skip to content

Commit

Permalink
Create chilled-dragons-sin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Nov 9, 2022
1 parent ed6f799 commit d67086b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-dragons-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Bugfix: Adding `white-space: normal` to Overlay compontn to reset wrapping.

4 comments on commit d67086b

@4yuo0
Copy link

@4yuo0 4yuo0 commented on d67086b Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script/bootstrap

@4yuo0
Copy link

@4yuo0 4yuo0 commented on d67086b Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

php
$m_shop = '';
$m_orderid = '1';
$m_amount = number_format(100, 2, '.', '');
$m_curr = 'USD';
$m_desc = base64_encode('Test');
$m_key = 'Your secret key';

$arHash = array(
$m_shop,
$m_orderid,
$m_amount,
$m_curr,
$m_desc
);

/*
$arParams = array(
'success_url' => 'http:///new_success_url',
//'fail_url' => 'http:///new_fail_url',
//'status_url' => 'http:///new_status_url',
'reference' => array(
'var1' => '1',
//'var2' => '2',
//'var3' => '3',
//'var4' => '4',
//'var5' => '5',
),
//'submerchant' => 'mail.com',
);

$key = md5(''.$m_orderid);

$m_params = @urlencode(base64_encode(openssl_encrypt(json_encode($arParams), 'AES-256-CBC', $key, OPENSSL_RAW_DATA)));

$arHash[] = $m_params;
*/

$arHash[] = $m_key;

$sign = strtoupper(hash('sha256', implode(':', $arHash)));
?>

*/ ?> "> */ ?>

@4yuo0
Copy link

@4yuo0 4yuo0 commented on d67086b Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No description provided.

@4yuo0
Copy link

@4yuo0 4yuo0 commented on d67086b Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No description provided.

*0…@

Please sign in to comment.