follow up on site changes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
1e953d3c3e
commit
5986b9f786
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{
|
|||
or $this->returnServerError('No results for Stripe API Changelog');
|
||||
|
||||
|
||||
foreach($html->find('h2') as $change){
|
||||
foreach($html->find('h3') as $change){
|
||||
$item=new \Item();
|
||||
$item->title=trim($change->plaintext);
|
||||
$item->uri='https://stripe.com/docs/upgrades#'.$item->title;
|
||||
|
|
Loading…
Reference in a new issue