Skip to content

Commit f3137d7

Browse files
author
Mr Alexandre ELISÉ
committed
Edit csvUrl to the old version of the csvUrl to prevent old code from breaking.
1 parent 111f1e6 commit f3137d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

using-raw-php/add-joomla-articles-from-streamed-csv-url.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
// Public url of the sample csv used in this example (CHANGE WITH YOUR OWN CSV URL IF YOU WISH)
14-
$csvUrl = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vTO8DC8xzEEyP754B0kBu1sa2P9Rn3I8OLmq_RJYHwOwTlY8OGvpjp1yvaE84Imj0HYQeJcNKT2TOFR/pub?gid=168068017&single=true&output=csv';
14+
$csvUrl = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vSIWDcsYMucDxSWB3kqqpzxnAxHfrimLUXcOa3mBWn312HXa8VnwatfGoSWoJsFn1Fpq8r65Uqi8MoG/pub?output=csv';
1515

1616
// HTTP Verb
1717
$httpVerb = 'POST';

using-raw-php/edit-joomla-articles-from-streamed-csv-url.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
// Public url of the sample csv used in this example (CHANGE WITH YOUR OWN CSV URL IF YOU WISH)
14-
$csvUrl = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vTO8DC8xzEEyP754B0kBu1sa2P9Rn3I8OLmq_RJYHwOwTlY8OGvpjp1yvaE84Imj0HYQeJcNKT2TOFR/pub?gid=168068017&single=true&output=csv';
14+
$csvUrl = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vSIWDcsYMucDxSWB3kqqpzxnAxHfrimLUXcOa3mBWn312HXa8VnwatfGoSWoJsFn1Fpq8r65Uqi8MoG/pub?output=csv';
1515

1616
// HTTP Verb
1717
$httpVerb = 'PATCH';

0 commit comments

Comments
 (0)